| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function GroupSparkline( _ ByVal location() As CellRange _ ) As ExcelSparklineGroup | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SheetView Dim location() As CellRange Dim value As ExcelSparklineGroup value = instance.GroupSparkline(location) | |
| C# | |
|---|---|
public ExcelSparklineGroup GroupSparkline( CellRange[] location ) | |
Parameters
- location
- The location.
This example groups sparklines.
| C# | Copy Code |
|---|---|
FpSpread1.Sheets[0].GroupSparkline(new FarPoint.Web.Spread.Model.CellRange[] { new FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1) }); | |
| Visual Basic | Copy Code |
|---|---|
FpSpread1.Sheets(0).GroupSparkline(New FarPoint.Web.Spread.Model.CellRange() {New FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1)}) | |
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6